fix(appimage): move VFS plugins to AppDir
authorJyrki Gadinger <nilsding@nilsding.org>
Mon, 28 Apr 2025 13:13:14 +0000 (15:13 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 30 May 2025 07:41:04 +0000 (09:41 +0200)
commit7cbff2fbeea286473f8a4ff2bd3ba4be554f461a
tree9088742f89fa6c00d0da7d2a9de716c5c9eba1ca
parent35593b49deca54775d612c5b25186f796aaf07c8
fix(appimage): move VFS plugins to AppDir

This allows the AppImage build to find and load the experimental VFS
plugins, and not crash with:

    [ critical plugins /home/user/src/common/vfs.cpp:250 ]: Could not load plugin: not existent or bad metadata "nextclouddevsync_vfs_suffix"
    [ fatal default /home/user/src/gui/folderman.cpp:326 ]: Could not load plugin
    [1]    72936 IOT instruction (core dumped)  ./nextclouddev-master-x86_64.AppImage

Fixes #7135
Fixes #7194
Fixes #7465

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
admin/linux/build-appimage.sh